home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc / Sample Code / PartMaker 4.4 / PartMaker Documents / Known Problems < prev    next >
Encoding:
Text File  |  1995-12-15  |  1.9 KB  |  29 lines  |  [TEXT/ttxt]

  1. Known Problems Read Me
  2. By The OpenDoc™ Sample Code Team
  3. December 15, 1995
  4.  
  5.  
  6. © 1993-1995  Apple Computer, Inc. All Rights Reserved.
  7. Apple, the Apple logo, and Macintosh are registered trademarks of Apple Computer, Inc.
  8. Mac and OpenDoc are trademarks of Apple Computer, Inc.
  9. ------------------------------------------------------------------------------------------------------------------------------
  10.  
  11.  
  12. PartMaker
  13. • With the "SoundEditor•" and "Picture Viewer•" templates, PartMaker will hang if the "Class Name:" or "Company Name:" includes underscore (e.g., My_Part, My_Company) characters when producing a new part.
  14.  
  15. Symantec projects
  16. • The "QuickDrawGXLib.xcoff" library preference must be set to "Soft import binding" (you can find it under the "Get Library Info..." item in the "Build" menu after the library has been compiled).
  17. • For "Cappuccino" (only), the "SpeechLib" library preference must also be set to "Soft import binding".
  18.  
  19. Metrowerks projects
  20. • If you are using Code Warrior 6 to build "Cappuccino", you must update the Macintosh Interface headers to version 2.1; CW6 ships with "Universal Headers 2.0.1". You can obtain the version 2.1 headers from the Mac OS SDK #4 (or later) or ETO/MPW Pro 19 (or later).
  21. • For the Script Runner, The "OSAPlugIn" project's CFM Initialization routine name in the Linker preferences must be manually changed to "<partname>AgentCFMInit" (the "Agent" is consumed by PartMaker).
  22.  
  23. Sound Editor
  24. • The default name for stationery and documents remains "Sound Editor 1.0" regardless of the "Class Name:" assigned when producing a new part. This can be fixed by locating the offending string in the SoundEditorDef.h file and making the appropriate fix.
  25.  
  26. Picture Viewer
  27. • The "Picture Viewer" name is spelled incorrectly in the STR -16397 resource located in the .r file. PartMaker will be unable to fix the string when generating a new part. This will have to be fixed manually.
  28.  
  29.